__ANDROID_API_K__

Names the KitKat API level (19), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_K__ = 19;

Meta